'Declaration Public Overloads Function GetTileRectImage( _
ByVal tileIndexZero based index of tile.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal regionRectangle, in tile, to decode.As System.Int32, _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As System.Drawing.Rectangle, _
ByVal waveletLevelsThe number of discrete wavelet transformation levels (decomposition levels).As System.Int32, _
ByVal imageLoadingProgressDelegate of the image loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetTileRectImage(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings tileIndex,
System.Int32 region,
System.Drawing.Rectangle decodingSettings,
System.Int32 waveletLevels,
System.EventHandler<ProgressEventArgs> imageLoadingProgress
)
public: Vintasoft.Imaging.VintasoftImage* GetTileRectImage(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* tileIndex,
System.Int32 region,
System.Drawing.Rectangle* decodingSettings,
System.Int32 waveletLevels,
System.EventHandler<ProgressEventArgs*>* imageLoadingProgress
)
public:
Vintasoft.Imaging.VintasoftImage^ GetTileRectImage(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ tileIndex,
System.Int32 region,
System.Drawing.Rectangle^ decodingSettings,
System.Int32 waveletLevels,
System.EventHandler<ProgressEventArgs^>^ imageLoadingProgress
)
Parameters
- tileIndex
- Zero based index of tile.
- region
- Rectangle, in tile, to decode.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- waveletLevels
- The number of discrete wavelet transformation levels (decomposition levels).
- imageLoadingProgress
- Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
Return Value
Image of specified region of specified tile of this page.